projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
26471f0
)
(imenu-space-replacement): Use `.'.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 27 Jun 1998 19:45:22 +0000
(19:45 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 27 Jun 1998 19:45:22 +0000
(19:45 +0000)
lisp/imenu.el
patch
|
blob
|
history
diff --git
a/lisp/imenu.el
b/lisp/imenu.el
index e10e703738cef1b68bf9c3111fcdf3d088996ed9..9280f0dacfe0339c34c15c01983edf8405e612bf 100644
(file)
--- a/
lisp/imenu.el
+++ b/
lisp/imenu.el
@@
-151,9
+151,9
@@
which case you might as well set this to nil."
(const :tag "None" nil))
:group 'imenu)
-(defcustom imenu-space-replacement "
^
"
+(defcustom imenu-space-replacement "
.
"
"*The replacement string for spaces in index names.
-Used when presenting the index in a completion
-
buffer to make the
+Used when presenting the index in a completion
buffer to make the
names work as tokens."
:type 'string
:group 'imenu)